ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / GroupAsync Method / GroupAsync<T>(ICollectionView<T>,String[]) Method
The collection view.
The fields.

In This Topic
    GroupAsync<T>(ICollectionView<T>,String[]) Method
    In This Topic
    Groups the collection view according to the specified group fields.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GroupAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal ParamArray fields() As System.String _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task GroupAsync<T>( 
       ICollectionView<T> collectionView,
       params System.string[] fields
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    fields
    The fields.

    Type Parameters

    T
    See Also